Asset Float Property
constructor(property: String, value: Float, defaultValue: Float, min: Float, max: Float, step: Float)
Parameters
property
the name of the property.
value
the current value of the property.
default Value
the default value of the property if it is not set.
min
the minimum value of the property.
max
the maximum value of the property.
step
the step by which the value can be increased or decreased.